home *** CD-ROM | disk | FTP | other *** search
/ Dr. Health'nstein's Body Fun / bodyfun.iso / mac / MAC MOVIE FOLDER / GYM.DIR / 00057_Script_57 < prev    next >
Text File  |  1994-10-12  |  407b  |  13 lines

  1. on exitFrame
  2.   global gQuad, gMovieMedia
  3.   set theBgPict = gMovieMedia & "GYM_BG" & gQuad & ".PIC"
  4.   set the fileName of cast "GYM_BG.PIC" to theBgPict
  5.   --CenterRegPoint(cast "GYM_BG.PIC")
  6.   
  7.   --  set thePosterPict = gMovieMedia & "C" & gQuad & "_POSTR.PIC"
  8.   --  set the fileName of cast "Poster" to thePosterPict
  9.   --  CenterRegPoint(cast "Poster")
  10.   
  11.   HideChallengerPictures
  12.   cursor 0
  13. end